home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 24 / CU Amiga Magazine's Super CD-ROM 24 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-07].iso / CUCD / Utilities / vim-5.1 / src / testdir / test9.in < prev    next >
Encoding:
Text File  |  1997-09-09  |  240 b   |  12 lines

  1. Test for Bufleave autocommand that deletes the buffer we are about to edit.
  2.  
  3. STARTTEST
  4. :au BufLeave test9.in bdel yy
  5. :e yy
  6. :/^start of/,$w! test.out      " Write contents of this file
  7. :qa!
  8. ENDTEST
  9.  
  10. start of test file xx
  11. end of test file xx
  12.